home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / gfx / misc / MesaGL-aux.lha / src / image.c < prev    next >
C/C++ Source or Header  |  1998-09-12  |  224b  |  12 lines

  1. #include "gltk.h"
  2. #include "glaux.h"
  3.  
  4. #if defined(__cplusplus) || defined(c_plusplus)
  5. #define class c_class
  6. #endif
  7.  
  8. AUX_RGBImageRec *auxRGBImageLoad(char *fileName)
  9. {
  10.   return (AUX_RGBImageRec *) tkRGBImageLoad(fileName);
  11. }
  12.